Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Create( _ ByVal dataNames() As String _ ) As Trace() |
C++/CLI | |
---|---|
public: abstract array<Trace^>^ Create( array<String^>^ dataNames ) |
Parameters
- dataNames
- The initial contents (Trace.DataName) of the new traces.
Return Value
The new Traces.The new traces are not initially Visible (Trace.IsVisible).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)